VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentParagraph Class / Append Methods / Append<T>(IEnumerable<T>) Method
Syntax Requirements SeeAlso
In This Topic
    Append<T>(IEnumerable<T>) Method (OpenXmlDocumentParagraph)
    In This Topic
    Appends the specified content to the children of this element.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub Append<T
    The content element type.
    >( _
    ByVal content
    The content info.
    As System.Collections.Generic.IEnumerable(Of T) _
    ) (Of T
    The content element type.
    As OpenXmlContentInfo)
    generic<typename T>
    public:
    void Append(
    System.Collections.Generic.IEnumerable<T^>^ content
    ); override where T: OpenXmlContentInfo^

    Parameters

    content
    The content info.

    Type Parameters

    T
    The content element type.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also